Learn R Programming

DDPM (version 0.1.0)

Child deaths in the age group 30-39: The data show the frequency distribution of child deaths in the age group 30-39 in Uttar Pradesh

Description

The function gives the frequency distribution of child deaths in the age group 30-39 of Uttar Pradesh.

Usage

data_age_30

Value

data_age_30 gives the frequency distribution of child deaths in the age group 30-39 of Uttar Pradesh.

Arguments

data_age_30

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the frequency distribution of child deaths in the age group 30-39 of Uttar Pradesh. They were used by Singh et al. (2012) and fitted by a probabilistic study of variation in the number of child deaths.

References

Singh, K. K., Singh, B. P., & Singh, N. (2012). A probabilistic study of variation in number of child deaths. Journal of Rajasthan Statistical Association, 1(1), 54-67.

See Also

data_age_40, data_cregion, data_eregion

Examples

Run this code
x<-data_age_30
summary(x)
table (x)

Run the code above in your browser using DataLab